home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / discosue.swf / scripts / DefineButton2_1196 / BUTTONCONDACTION on(release).as
Text File  |  2013-04-24  |  134b  |  8 lines

  1. on(release){
  2.    _root.m4.gotoAndStop(5);
  3.    if(Number(_root.m3._currentframe) == 6)
  4.    {
  5.       _root.m3.gotoAndStop(1);
  6.    }
  7. }
  8.